Skip to content

fix(deps): update typescript dependencies - #591

Open
rigelbuild-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-dependencies
Open

fix(deps): update typescript dependencies#591
rigelbuild-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-dependencies

Conversation

@rigelbuild-renovate

@rigelbuild-renovate rigelbuild-renovate Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@happy-dom/global-registrator (source) 20.11.120.11.6 age confidence
@opentelemetry/exporter-metrics-otlp-proto (source) ^0.220.0^0.221.0 age confidence
@opentelemetry/exporter-trace-otlp-proto (source) ^0.220.0^0.221.0 age confidence
@opentelemetry/sdk-logs (source) ^0.220.0^0.221.0 age confidence
@shikijs/langs (source) 4.4.14.4.3 age confidence
@shikijs/themes (source) 4.4.14.4.3 age confidence
@tanstack/query-core (source) 5.101.45.102.2 age confidence
@testing-library/jest-dom 7.0.07.0.1 age confidence
@wailsio/runtime (source) 3.0.0-beta.03.0.0-beta.12 age confidence
happy-dom 20.11.120.11.6 age confidence
renovate (source) 44.33.144.39.2 age confidence
shiki (source) 4.4.14.4.3 age confidence

Release Notes

capricorn86/happy-dom (@​happy-dom/global-registrator)

v20.11.6

Compare Source

👷‍♂️ Patch fixes

v20.11.5

Compare Source

👷‍♂️ Patch fixes
  • Allow explicit element types for querySelector (e.g. querySelector<HTMLInputElement>(".my-input")) - By @​cyphercodes

v20.11.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes the CORS check fetch() to match origins instead of host and protocol - By @​rexxars in task #​1490

v20.11.3

Compare Source

👷‍♂️ Patch fixes

v20.11.2

Compare Source

👷‍♂️ Patch fixes
open-telemetry/opentelemetry-js (@​opentelemetry/exporter-metrics-otlp-proto)

v0.221.0

Compare Source

shikijs/shiki (@​shikijs/langs)

v4.4.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.4.2

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
TanStack/query (@​tanstack/query-core)

v5.102.2

Compare Source

Patch Changes

v5.102.1

Compare Source

Patch Changes
  • #​11260 134890d - Type hydration input as a partial dehydrated state so omitted mutation and query collections are supported.

v5.102.0

Compare Source

Minor Changes
  • #​10658 c6fc17c - add query and infiniteQuery methods, deprecate old imperative methods
Patch Changes
  • #​11161 34f7cee - fix(query-core): clear a stale select error when the observer switches to a query without data, and reset isPlaceholderData on select-error results to match the declared result types, so a previous query's select error no longer leaks into the new result

  • #​11253 b4368c4 - Improve hydration performance by skipping no-op data transforms and default error-redaction callbacks.
    Export dehydrateQuery.

  • #​11214 5bb089d - Reduce observer churn overhead by removing observers in place instead of copying the observer list for every unsubscribe.

  • #​11011 ba4650c - fix(query-core): reset isPlaceholderData when select throws on placeholder data

  • #​11224 294d4e6 - Fix queryOptions and infiniteQueryOptions return types so exported inferred options can be emitted in declaration files without leaking internal data tag symbols.

  • #​11225 1f631b3 - Skip unused result tracking when notifying useQueries listeners without a combine function.

  • #​11215 01a02bf - Avoid repeatedly synchronizing the same tracked property across all observers in useQueries.

  • #​11172 18c1c1e - Reattach MutationObserver to its current mutation when a listener subscribes again, so a useMutation result no longer stays pending after React tears down and re-establishes the subscription mid-mutation.

  • #​11128 5448063 - Ignore a retained pendingThenable settlement callback invoked after the thenable has settled. Holding a reference to resolve/reject and calling it later used to overwrite status and reason even though the underlying promise had already settled, leaving the thenable advertising a state that disagreed with its value.

  • #​8737 2215bb0 - fix: make mutation variables optional when undefined extends TVariables

  • #​11221 1ef4208 - Remove experimental render-time prefetching and the promise property from query results.

  • #​11218 5981771 - Release a mutation's retryer once its execution settles, so the settled promise no longer keeps that mutation's result, variables and context in memory for as long as the mutation cache retains it.

  • #​11163 4a9bef6 - Release a query's retryer once its fetch settles, so the settled promise no longer keeps that fetch's raw result in memory alongside the structurally shared state.data (or after the query is reset or removed).

  • #​11036 bef4bc7 - Resolve suspense when query data is set programmatically via setQueryData or streamedQuery. Previously, fetchOptimistic returned only the fetch promise, which left the Suspense boundary stuck until the queryFn completed — even when data already existed in the cache. The fix uses Promise.race with a cache subscriber to release suspense as soon as data becomes available.

  • #​11234 9656dc4 - Notify every query observer when another observer unsubscribes synchronously during the same query update.

  • #​11211 326aaf1 - fix: resetQueries now preserves the queries matched before query.reset() changes their state.

  • #​11065 3e83601 - Memoize falsy combine results when the function and query results are unchanged.

testing-library/jest-dom (@​testing-library/jest-dom)

v7.0.1

Compare Source

Bug Fixes
wailsapp/wails (@​wailsio/runtime)

v3.0.0-beta.12: Wails v3.0.0-beta.12

Compare Source

Wails v3 Beta Release - v3.0.0-beta.12

Added

Fixed


🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.12

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.11: Wails v3.0.0-beta.11

Compare Source

Wails v3 Beta Release - v3.0.0-beta.11

Removed


🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.11

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.10: Wails v3.0.0-beta.10

Compare Source

Wails v3 Beta Release - v3.0.0-beta.10

Fixed

  • Fix GTK4 Linux host dropping custom-protocol and file-association launch arguments in PR by @​midagedev
  • Correctly handle deleted lines and same-source corrections in changelog validation in PR by @​taliesin-ai

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.10

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.9: Wails v3.0.0-beta.9

Compare Source

Wails v3 Beta Release - v3.0.0-beta.9

Added

Changed

  • Update GTK application flags to G_APPLICATION_NON_UNIQUE for Linux in PR by @​overlordtm
  • Log missing window events at debug level instead of warning in PR by @​julianstorer

Fixed

  • Cancel macOS and iOS asset request contexts when WebKit aborts the matching custom-scheme task (#​5963)
  • Handle WindowSetFullscreenButtonEnabled message in PR by @​archy-rock3t-cloud
  • Import Fragment in preact-ts template to resolve build failure in PR by @​haoku123
  • Prevent legacy GTK3 service-only applications from crashing when screen
    discovery runs before an active window or display is available (#​5966)
  • Fixes issue with incorrect handling of empty strings in JSON parsing in PR by @​taliesin-ai
  • Allow explicit-version release runs to proceed when the unreleased changelog is empty (#​5977)

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.9

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.8: Wails v3.0.0-beta.8

Compare Source

Wails v3 Beta Release - v3.0.0-beta.8

Added

  • Add documentation URL generation to automatic changelog entries in PR by @​taliesin-ai
  • Add Streams: bidirectional byte streams between Go and JavaScript with the WebSocket
    programming model and no listening socket. Declare a stream in Go with
    app.HandleStream(name, handler) and connect from the frontend with Stream(name),
    which returns a WebSocket-shaped object. Go→JS is carried by one held poll per
    window over the asset server, JS→Go by a normal POST; nothing binds a TCP port and
    nothing goes through evaluateJavaScript. In server builds (-tags server) the same
    handler is served over a real WebSocket instead, so application code is identical
    across builds. by @​leaanthony
  • Move mailbox changelog entry to Unreleased in PR by @​leaanthony

Changed

  • Update docs sidebar autogeneration and blog author type derivation in PR by @​leaanthony

Fixed

  • WebView2 initialization uses a deadline and message pump in PR by @​leaanthony
  • WebView2 cookie test skips in CI unless opt-in and locks execution to current OS thread in PR by @​leaanthony
  • Windows menu builders restore command IDs for submenu parent items in PR by @​gilad-ch
  • Align the official cross-compilation image with the GTK 4.14+ Linux support baseline (#​5928)
  • Configure iOS Xcode project to retain inherited linker flags and add -ObjC in PR by @​mortenolsrud
  • Fix excessive TCP connection churn in the wails3 dev asset proxy on large frontends, which could exhaust the host's ephemeral ports and make unrelated processes fail with EADDRNOTAVAIL
  • Queue per-window event JavaScript for ordered dispatch and backpressure in PR by @​leaanthony

Removed

  • Remove the desktop binary release pipeline: v3 releases are tag-only and the wails3 CLI is installed with go install. Deletes release-v3.yml and the nightly step that dispatched it in PR by @​leaanthony

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.8

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.7: Wails v3.0.0-beta.7

Compare Source

Wails v3 Beta Release - v3.0.0-beta.7

Added

  • Add macOS autoplay preference to disable user action requirement for media playback in PR by @​Eyalm321
  • Move mailbox changelog entry to Unreleased in PR by @​leaanthony

Changed

Fixed

  • Configure iOS Xcode project to retain inherited linker flags and add -ObjC in PR by @​mortenolsrud
  • Fix excessive TCP connection churn in the wails3 dev asset proxy on large frontends, which could exhaust the host's ephemeral ports and make unrelated processes fail with EADDRNOTAVAIL
  • Queue per-window event JavaScript for ordered dispatch and backpressure in PR by @​leaanthony

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.7

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.5: Wails v3.0.0-beta.5

Compare Source

Wails v3 Beta Release - v3.0.0-beta.5

Fixed

  • macOS app activation now respects activation policy for regular apps only in PR by @​julianstorer
  • Guard uninitialized GTK windows in Linux builds in PR by @​julianstorer
  • Set explicit opaque background color for Linux WebKit windows before URL load in PR by @​julianstorer

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.5

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

v3.0.0-beta.1: Wails v3.0.0-beta.1

Compare Source

Full Changelog: wailsapp/wails@v3.0.0-beta.0...v3.0.0-beta.1

renovatebot/renovate (renovate)

v44.39.2

Compare Source

Bug Fixes
  • linters: forbid inert counts in v8 coverage-ignore comments (#​45287) (a473e73)
Continuous Integration

v44.39.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.89.1 (main) (#​45387) (1208dd3)
Miscellaneous Chores
  • deps: update github/codeql-action action to v4.37.8 (main) (#​45386) (b7f19dc)

v44.39.0

Compare Source

Features
Documentation
  • manager/gradle: add link to Dependency Verification docs (#​45384) (1fc0a3e)
Code Refactoring
  • workers/repository: extract PR body template helpers for onboarding/reconfigure (#​45382) (4593b9b)

v44.38.0

Compare Source

Features
  • manager/devcontainer: add folder pattern to list of managerFilePatterns (#​45377) (adce441)
Bug Fixes
  • vulnerabilities: scope Go stdlib OSV remediation to the toolchain directive (#​45334) (6c7d345)

v44.37.1

Compare Source

Bug Fixes

v44.37.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.89.0 (main) (#​45378) (130e335)

v44.36.0

Compare Source

Features
  • onboarding: improve wording of concurrency limits with PRs opened (#​45213) (bf17167)

v44.35.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.4 (main) (#​45376) (d629420)

v44.35.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.2 (main) (#​45364) (71b9888)

v44.35.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.1 (main) (#​45363) (52db0eb)

v44.35.1

Compare Source

Bug Fixes

v44.35.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.88.0 (main) (#​45361) (179b8f4)

v44.34.3

Compare Source

Bug Fixes
  • kotlin-script: support vararg arguments in @file:DependsOn and @file:Repository (#​44762) (8ea65f7)

v44.34.2

Compare Source

Bug Fixes

v44.34.1

Compare Source

Build System
  • deps: update dependency azure-devops-node-api to v15.1.3 (main) (#​45355) (ae4f36d)

v44.34.0

Compare Source

Features
  • manager/poetry: pass POETRY_SOLVER_MIN_RELEASE_AGE when minimumReleaseAge is configured (#​43429) (dd72cf0)
Documentation
Miscellaneous Chores
Code Refactoring
  • changelog: make release-notes URLs overridable on ChangeLogSource (#​45260) (e42c696)
  • config: use constants for config validation topics (#​45333) (1d6af9f)
Continuous Integration
  • oxlint: move custom oxlint rules to typescript and alternative API (#​45337) (e44c9a2)
  • precommit: block issue closing keywords in commit messages (#​45290) (c235170)

v44.33.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.87.3 (main) (#​45332) (1333d2c)
Miscellaneous Chores
Continuous Integration
  • add restore-keys fallback for tsbuildinfo cache (97c10ff)
  • add restore-keys fallback for vitest cache (a265d4a)
  • add missing description to setup-docker action (da7dc8b)
  • correctly generate prefetch matrix cache key (6a7683b)
  • don't gate build-docs on lint-docs (27875b6)
  • don't gate lint-actions on setup-build (4dae136)
  • ensure lint-actions lints composite actions (a00fef3)
  • ensure that linting leads to test-success failure (267c7ff)
  • evaluate codecov fail_ci_if_error as an expression (eeaa20f)
  • mend-slack: pass discussion timestamp to script via env (0bc5849)
  • never restore caches into the release job (34c7bcb)
  • pass secrets and inputs to release scripts via env (a0ad2d0)
  • remove duplicated markdown-lint step from lint-docs (d1073f0)
  • ws_scan: pass Mend API key via WS_APIKEY environment variable (2d566bf)

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@rigelbuild-renovate rigelbuild-renovate Bot added the dependencies Pull requests that update a dependency file label Aug 25, 2026
@github-actions

github-actions Bot commented Aug 25, 2026

Copy link
Copy Markdown

Compass engineering docs preview: https://renovate-typescript-dependen.compass-eng-docs.pages.dev

Deployed from renovate/typescript-dependencies at 148212d.

@rigelbuild-renovate
rigelbuild-renovate Bot force-pushed the renovate/typescript-dependencies branch from 3176995 to b103ac4 Compare August 26, 2026 06:43
@rigelbuild-renovate
rigelbuild-renovate Bot force-pushed the renovate/typescript-dependencies branch from b103ac4 to 845c26f Compare August 27, 2026 17:21
rigel-mintaka added a commit that referenced this pull request Aug 27, 2026
…(RIG-2791)

Design record for RIG-2791, ruling Matt's two-part ask on PR #591:

- A (ruled A1): a slash-namespaced kebab check-name convention — every ci.yml
  gate job renames to `ci / <job>`; the required `CI` rollup stays `CI` so
  ruleset 20090117 is untouched; sibling single-job workflows take the bare
  kebab stem. Absorbs RIG-2739 (dogfood-e2e -> e2e).
- B (goal ruled B1; mechanism open): suppress the no-op `pull_request.edited`
  phantom run jj-vine fires on every PR. A triggered run cannot post zero
  contexts, so `edited` must leave ci.yml's `types:` behind a dedicated
  guard workflow. The re-trigger mechanism is the one load-bearing Open
  Question (OQ1) — dispatch-mode recommended after a red-team surfaced two
  blockers in the label-bounce path (the GITHUB_TOKEN no-trigger rule; and
  Renovate labelling every dependency PR).

Diagnosis grounded in #591's check-runs: affected detection is NOT broken —
the real run ran the full TS battery green. The phantom is the second,
self-skipped `edited` run double-listing contexts (incl. a raw
`Moon battery (${{ matrix.group }})` and a `skipped` `CI`), a cosmetic
artifact today with a latent skipped-required-as-passing false-green.

Ledger-impact: adds DL-276 (naming convention) and DL-277 (edited-run
suppression) under a new `## Infrastructure & CI` section. Ids are
provisional against concurrent ledger appends; reconciled at merge.

Co-authored-by: Matt Wilkinson <matt@rigel.build>
rigel-mintaka added a commit that referenced this pull request Aug 27, 2026
…(RIG-2791)

Design record for RIG-2791, ruling Matt's two-part ask on PR #591:

- A (ruled A1): a slash-namespaced kebab check-name convention — every ci.yml
  gate job renames to `ci / <job>`; the required `CI` rollup stays `CI` so
  ruleset 20090117 is untouched; sibling single-job workflows take the bare
  kebab stem. Absorbs RIG-2739 (dogfood-e2e -> e2e).
- B (goal ruled B1; mechanism open): suppress the no-op `pull_request.edited`
  phantom run jj-vine fires on every PR. A triggered run cannot post zero
  contexts, so `edited` must leave ci.yml's `types:` behind a dedicated
  guard workflow. The re-trigger mechanism is the one load-bearing Open
  Question (OQ1) — dispatch-mode recommended after a red-team surfaced two
  blockers in the label-bounce path (the GITHUB_TOKEN no-trigger rule; and
  Renovate labelling every dependency PR).

Diagnosis grounded in #591's check-runs: affected detection is NOT broken —
the real run ran the full TS battery green. The phantom is the second,
self-skipped `edited` run double-listing contexts (incl. a raw
`Moon battery (${{ matrix.group }})` and a `skipped` `CI`), a cosmetic
artifact today with a latent skipped-required-as-passing false-green.

Ledger-impact: adds DL-277 (naming convention) and DL-278 (edited-run
suppression) under a new `## Infrastructure & CI` section. Ids are
provisional against concurrent ledger appends; reconciled at merge.

Co-authored-by: Matt Wilkinson <matt@rigel.build>
mattwilkinsonn added a commit that referenced this pull request Aug 27, 2026
…(RIG-2791) (#663)

Design record for RIG-2791, ruling Matt's two-part ask on PR #591:

- A (ruled A1): a slash-namespaced kebab check-name convention — every ci.yml
  gate job renames to `ci / <job>`; the required `CI` rollup stays `CI` so
  ruleset 20090117 is untouched; sibling single-job workflows take the bare
  kebab stem. Absorbs RIG-2739 (dogfood-e2e -> e2e).
- B (goal ruled B1; mechanism open): suppress the no-op `pull_request.edited`
  phantom run jj-vine fires on every PR. A triggered run cannot post zero
  contexts, so `edited` must leave ci.yml's `types:` behind a dedicated
  guard workflow. The re-trigger mechanism is the one load-bearing Open
  Question (OQ1) — dispatch-mode recommended after a red-team surfaced two
  blockers in the label-bounce path (the GITHUB_TOKEN no-trigger rule; and
  Renovate labelling every dependency PR).

Diagnosis grounded in #591's check-runs: affected detection is NOT broken —
the real run ran the full TS battery green. The phantom is the second,
self-skipped `edited` run double-listing contexts (incl. a raw
`Moon battery (${{ matrix.group }})` and a `skipped` `CI`), a cosmetic
artifact today with a latent skipped-required-as-passing false-green.

Ledger-impact: adds DL-277 (naming convention) and DL-278 (edited-run
suppression) under a new `## Infrastructure & CI` section. Ids are
provisional against concurrent ledger appends; reconciled at merge.

Co-authored-by: Matt Wilkinson <matt@rigel.build>
@rigelbuild-renovate
rigelbuild-renovate Bot force-pushed the renovate/typescript-dependencies branch from 845c26f to 148212d Compare August 28, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants